From: Chad Horohoe Date: Sun, 24 Aug 2008 21:39:10 +0000 (+0000) Subject: Document the new param. X-Git-Tag: 1.31.0-rc.0~45690 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=b5d8528469616ed7c2c93cfc6c510f34995317d5;p=lhc%2Fweb%2Fwiklou.git Document the new param. --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index 7f549da0a1..89564028e7 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -37,6 +37,7 @@ class DifferenceEngine { * @param $new String: either 'prev' or 'next'. * @param $rcid Integer: ??? FIXME (default 0) * @param $refreshCache boolean If set, refreshes the diff cache + * @param $htmldiff boolean If set, output using HTMLDiff instead of raw wikicode diff */ function __construct( $titleObj = null, $old = 0, $new = 0, $rcid = 0, $refreshCache = false , $htmldiff = false) { $this->mTitle = $titleObj;